/* styles */

body {
	min-width: 480px;
	background: #ddd;
	font-family: 'AvenirNextCyr', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #222;
	cursor: default;
}

.main_wrapper {
	margin: 0 auto;
	width: 480px;
	background: #fff;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
}

b {
	font-weight: 700;
}

.owl-height {
	-webkit-transition: height 0.3s ease-in-out;
	-o-transition: height 0.3s ease-in-out;
	-moz-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
}
.gallery .owl-prev, 
.gallery .owl-next {
	width: 60px;
	height: 36px;
	background: #ff70ce url(../images/reviews__arrows.jpg) no-repeat;
	position: absolute;
	top: 40%;
}

.gallery .owl-prev {
	background-position: left center;
	left: 0;
}

.gallery .owl-next {
	background-position: right center;
	right: 0;
}

.gradient {

	background: #f8e3e3;
    
    padding-bottom: 20px;
}

.gradient.last {

	background: #dee6ff;

	padding-bottom: 20px;
}

/* button */

.button {
	display: block;
	margin: 0 auto;
	width: 400px;
	height: 86px;
	border: none;
	-webkit-border-radius: 43px;
	-moz-border-radius: 43px;
	border-radius: 43px;
	background: #d6384f;
	-webkit-box-shadow: 0 20px 16px rgba(214, 56, 79, 0.12);
	-moz-box-shadow: 0 20px 16px rgba(214, 56, 79, 0.12);
	box-shadow: 0 20px 16px rgba(214, 56, 79, 0.12);
	font-family: 'AvenirNextCyr', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 86px;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.button:after {
	content: "";
	position: absolute;
	top: calc(50% - 37px);
	left: calc(50% - 37px);
	background: hsla(0, 0%, 100%, .4);
	border-radius: 100px;
	opacity: 0;
	width: 74px;
	height: 74px;
	z-index: 10;
	-webkit-animation: pulseblob 2s linear 1s infinite;
	animation: pulseblob 2s linear 1s infinite;
}

@keyframes pulseblob {
	0% {
		-webkit-transform: scale(.2);
		transform: scale(.2);
		opacity: 0;
	}

	33% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 1;
	}
	66% {
		-webkit-transform: scale(4);
		transform: scale(4);
		opacity: .7;
	}
	100% {
		-webkit-transform: scale(6);
		transform: scale(6);
		opacity: 0;
	}
}

/* titles */

h2.title {
	margin: 0 0 30px;
	font-weight: 700;
	font-size: 23px;
    line-height: 33px;
	text-align: center;
}

h2.title span {
	color: #da1177;
}

/* offer */

.offer_section .main_title {
	padding: 15px 20px;
	background: #da1177;
	font-weight: 700;
	font-size: 35px;
	line-height: 40px;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
}

section.offer_section .main_title {
	font-size: 32px;
	line-height: 40px;
}

.offer_section .image_block {
	position: relative;
}

.offer_section .image_block img {
	display: block;
	padding-top: 50px;
}

.offer_section .image_block .subtitle {
	width: 100%;
	background: rgba(255,255,255,0.8);
	font-weight: 700;
	font-size: 24px;
	line-height: 52px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

.offer_section .order_block {
	padding: 20px 0;
	margin: -15px 21px 0;
	background-color: #f8e3e3;
	border-radius: 0 0 30px 30px;
}

.offer_section .order_block.last {
	background-color: #dee6ff;
}

.order_block .price_block {
	margin: 0 auto 25px;
	width: 400px;
	height: 80px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	background: #fff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.order_block .price_item {
	float: left;
	width: 50%;
	height: 82px;
	text-align: center;
}

.order_block .price_item.old {
	padding: 10px 0 0;
}

.order_block .price_item.old .value {
	font-size: 32px;
	line-height: 32px;
	text-decoration: line-through;
}

.order_block .price_item.new {
	background: #da1177;
    font-weight: 700;
    padding: 10px 0 0;
    color: #fff;
}
.order_block .price_item.new .value {
	font-size: 32px;
	line-height: 32px;
}

.order_block .timer_block {
	margin: 0 auto 25px;
	width: 400px;
	font-weight: 700;
	text-align: center;
}

.order_block .timer_block p {
	margin: 0 0 10px;
	font-size: 20px;
}

.order_block .timer_block .timer_item {
	float: left;
	width: 33.333333%;
	font-size: 60px;
	line-height: 60px;
	color: #da1177;
	position: relative;
}

.order_block .timer_block .timer_item:after {
	display: block;
	content: ':';
	width: 20px;
	position: absolute;
	top: -5px;
	right: -10px;
}

.order_block .timer_block .timer_item:last-child:after {
	display: none;
}

.order_block .discount_text {
	margin: 0 auto 35px;
	padding: 15px;
	width: 390px;
	background: #fff;
	-webkit-box-shadow: 0 0 0 5px rgba(255,255,255,0.5), 0 0 10px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 0 5px rgba(255,255,255,0.5), 0 0 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 0 5px rgba(255,255,255,0.5), 0 0 10px rgba(0, 0, 0, 0.05);
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}

.order_block .discount_text span {
	color: #ff70ce;
}

.order_block .button {
	margin: 0 auto 15px;
}

.order_block .conf_text {
	text-align: center;
}

section.offer_section .order_block .conf_text {
	margin: 0 auto;
	padding: 0 0 0 33px;
	width: 380px;
	background: url(../images/conf_icon.png) left 3px no-repeat;
	text-align: left;
}

.order_block .conf_text:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	margin: -2px 8px 0 0;
	width: 23px;
	height: 20px;
	background: url(../images/conf_icon.png) center no-repeat;
}

section.offer_section .order_block .conf_text:before {
	display: none;
}

.offer_section .field {
	display: block;
	margin: 0 auto 20px;
	padding: 0 30px;
	width: 400px;
	height: 76px;
	border: none;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	border-radius: 38px;
	background: #fff;
	font-family: 'AvenirNextCyr', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #222;
	text-align: center;
}

.offer_section .field::-webkit-input-placeholder {
	opacity: 1;
	color: #222;
}

.offer_section .field:-moz-placeholder {
	opacity: 1;
	color: #222;
}

.offer_section .field::-moz-placeholder {
	opacity: 1;
	color: #222;
}

.offer_section .field:-ms-input-placeholder {
	opacity: 1;
	color: #222;
}

.offer_section .field:focus::-webkit-input-placeholder {
	opacity: 0;
}

.offer_section .field:focus:-moz-placeholder {
	opacity: 0;
}

.offer_section .field:focus::-moz-placeholder {
	opacity: 0;
}

.offer_section .field:focus:-ms-input-placeholder {
	opacity: 0;
}

/* benefits */

.benefits_section {
	padding: 30px 20px 0;
}

.benefits_section.benefits4 {
	padding: 30px 20px;
}

.benefits_section .content_block {
	padding: 20px;
	-webkit-box-shadow: 0 0 30px rgba(78, 58, 150, 0.1);
	-moz-box-shadow: 0 0 30px rgba(78, 58, 150, 0.1);
	box-shadow: 0 0 30px rgba(78, 58, 150, 0.1);
}

.benefits_section img {
	display: block;
	margin: 0 auto 20px;
}

.benefits_section ul li {
	margin: 0 0 10px;
	padding: 0 0 0 29px;
	background: url(../images/benefits__tick_icon.png) left 2px no-repeat;
}

.benefits_section ul li:last-child {
	margin: 0;
}

.benefits_section.benefits4 .content_block {
	margin: 0 0 30px;
}

/* about */

.about_section {
	padding: 30px 20px;
	background-color: #dadcff;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ffeaf8), to(#dadcff));
	background-image: -webkit-linear-gradient(bottom, #ffeaf8 0%, #dadcff 100%);
	background-image: -moz-linear-gradient(bottom, #ffeaf8 0%, #dadcff 100%);
	background-image: -o-linear-gradient(bottom, #ffeaf8 0%, #dadcff 100%);
	background-image: linear-gradient(to top, #ffeaf8 0%, #dadcff 100%);
}

.about_section .gif_image {
	display: block;
	margin: 0 auto 30px;
}

.about_section .text_block {
	margin: 0 0 30px;
	text-align: center;
}

.about_section .text_block p {
	margin: 0 0 15px;
}

.about_section .text_block p:last-child {
	margin: 0;
}

.about_section .benefits_block h3 {
	margin: 0 0 30px;
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
}

.about_section .benefit_item {
	display: table;
	margin: 0 0 30px;
	width: 100%;
}

.about_section .benefit_item:last-child {
	margin: 0 0 40px;
}

.about_section .benefit_item .image_block {
	display: table-cell;
	vertical-align: middle;
	width: 80px;
}

.about_section .benefit_item img {
	display: block;
	border: 2px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.about_section .benefit_item p {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 20px;
}

/* reviews */

.reviews_section {
	padding: 30px 0;
}

.comments_block .comments_count {
	padding: 5px 20px;
	background: #d6dbe0;
	font-weight: 700;
	font-size: 14px;
	color: #2d5984;
}

.comments_block .comments_list {
	padding: 0 20px;
}

.comments_block .comment_item {
	padding: 20px 0;
	border-bottom: 1px solid #e7e8ec;
}

.comments_block .comment_item:last-child {
	padding-bottom: 0;
	border: none;
}

.comments_block .comment_item.reply {
	margin: 0 0 0 50px;
}

.comments_block .avatar {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	width: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.comments_block .text_block {
	float: left;
	width: 390px;
}

.comments_block .comment_item.reply .text_block {
	width: 340px;
}

.comments_block .text_block .name {
	margin: 0 0 10px;
	font-weight: 700;
	line-height: 16px;
	color: #2d5984;
}

.comments_block .text_block p {
	margin: 0 0 15px;
}

.comments_block .text_block p span {
	color: #2d5984;
}

.comments_block .text_block img {
	display: block;
	margin: 0 0 15px;
}

.comments_block .info {
	font-weight: 500;
	font-size: 12px;
	line-height: 12px;
}

.comments_block .info .date {
	float: left;
	color: #999;
}

.comments_block .info .comment_btn {
	float: left;
	color: #2d5984;
}

.comments_block .info .likes {
	float: right;
	padding: 0 0 0 16px;
	background: url(../images/reviews__like_icon.png) left 1px no-repeat;
	color: #7193b5;
}

/* order steps */

.order_steps_section {
	padding: 30px 10px;
	background-color: #dadcff;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ffeaf8), to(#dadcff));
	background-image: -webkit-linear-gradient(bottom, #ffeaf8 0%, #dadcff 100%);
	background-image: -moz-linear-gradient(bottom, #ffeaf8 0%, #dadcff 100%);
	background-image: -o-linear-gradient(bottom, #ffeaf8 0%, #dadcff 100%);
	background-image: linear-gradient(to top, #ffeaf8 0%, #dadcff 100%);
}

.order_steps_section .steps_list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.order_steps_section .step_item {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 30px;
	width: 50%;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
}

.order_steps_section .step_item img {
	display: block;
	margin: 0 auto 15px;
	width: 180px;
	border: 3px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


/* guarantee */

.guarantee_section {
	padding: 30px 0 0;
}

.guarantee_section .image {
	display: block;
	margin: 0 auto 30px;
}

.guarantee_section .guarantee_item {
	display: table;
	padding: 0 20px 30px;
	width: 100%;
}

.guarantee_section .guarantee_item .icon_block {
	display: table-cell;
	vertical-align: middle;
	width: 80px;
}

.guarantee_section .guarantee_item .icon {
	width: 80px;
	height: 80px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #da1177;
	font-size: 0;
	line-height: 80px;
	letter-spacing: -1px;
	text-align: center;
}

.guarantee_section .guarantee_item img {
	display: inline-block;
	vertical-align: middle;
}

.guarantee_section .guarantee_item .text_block {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 20px;
}

.guarantee_section .guarantee_item h4 {
	margin: 0 0 5px;
	font-weight: 700;
}

/* video */

.video_block {
	margin: 0 0 30px;
	width: 480px;
	height: 270px;
	background-color: #000;
	overflow: hidden;
	position: relative;
}

.video_block iframe,
.video_block object,
.video_block embed {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* benefits 1 */

.benefits_section {
	padding: 30px 0 0;
}

.benefits_section h2.title {
	font-weight: 500;
	padding: 0 30px;
}

.benefits_list1 {
	margin: 0 10px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.benefits_list1 .benefit_item {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 30px;
	width: 33.333333%;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: normal;
}

.benefits_list1 .benefit_item img {
	display: block;
	margin: 0 auto 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.benefits_list1 .benefit_item h4 {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
}


/* footer */

.footer_section {
	padding: 25px 0;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

.footer_section img {
	display: block;
	margin: 0 auto 10px auto;
}

.footer_section a {
	color: #222;
}